home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
2410
/
2410.xpi
/
chrome
/
content
/
foxmarks-pwprefoverlay.js
< prev
next >
Wrap
Text File
|
2010-01-28
|
468b
|
19 lines
/*
Copyright 2007-2008 Foxmarks Inc.
foxmarks-pwsanitizeoverlay.js: component that tells password that it
needs to check for changes.
*/
window.addEventListener("unload",
function(){
var lm = Date.now();
var os = Components.classes["@mozilla.org/observer-service;1"]
.getService(Components.interfaces.nsIObserverService);
os.notifyObservers(null, "foxmarks-checkforpasswordchange",
lm);
},
false);